home *** CD-ROM | disk | FTP | other *** search
/ Introducing the New Way to Shop From Home / Introducing the New Way to Shop From Home (Iceland Foods) (2003).iso / pc / demo.dxr / Internal_27_next marker.ls < prev    next >
Encoding:
Text File  |  2003-01-01  |  144 b   |  12 lines

  1. on mouseUp
  2.   go(#next)
  3. end
  4.  
  5. on mouseWithin
  6.   cursor([member("open hand cursor"), member("open hand mask")])
  7. end
  8.  
  9. on mouseLeave
  10.   cursor(-1)
  11. end
  12.